home *** CD-ROM | disk | FTP | other *** search
- #ifndef CLIB_FILES_PROTOS_H
- #define CLIB_FILES_PROTOS_H
-
- /*
- ** $VER: files_protos.h V0.9B
- **
- ** C prototypes.
- **
- ** (C) Copyright 1996-1997 DreamWorld Productions.
- ** All Rights Reserved.
- */
-
- #ifndef DPKERNEL_H
- #include <games/dpkernel.h>
- #endif
-
- LONG ReadFile(struct File *, APTR Buffer, LONG Length);
- LONG WriteComment(APTR Object, BYTE *Comment);
- LONG WriteDate(APTR Object, struct Time *);
- LONG WriteFile(struct File *, APTR Buffer, LONG Length);
- struct File * OpenFile(APTR Source, LONG Flags);
-
- #endif /* CLIB_FILES_PROTOS_H */
-
-